home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / fr_max.zip / MAX-CTL.ZIP / PROTOCOL.CTL < prev    next >
Text File  |  1991-11-23  |  5KB  |  147 lines

  1. % ------------
  2. % PROTOCOL.CTL
  3. % ------------
  4. %
  5. % Protocol ASCII
  6. % ;       Type            Batch
  7. % ;       Type            Errorlevel
  8. % ;       Type            Bi
  9. %         Type            Opus
  10. %
  11. %         LogFile         Ascii%K.Log
  12. %         ControlFile     Ascii%K.Ctl
  13. %         DownloadCmd     Ascii.Exe Ascii%K.Ctl -p%p -b%W -t%k -m%d -f%D -r%t
  14. %         UploadCmd       Ascii.Exe Ascii%K.Ctl -p%p -b%W -t%k -m%d -f%D -r%t
  15. %         DownloadString  Send %s
  16. %         UploadString    Get %s
  17. %         DownloadKeyword Sent
  18. %         UploadKeyword   Got
  19. %         FilenameWord    1
  20. %         DescriptWord    4
  21. % End Protocol
  22.  
  23.  
  24. % Protocol Kermit
  25. %         Type            Batch
  26. % ;       Type            Errorlevel
  27. % ;       Type            Bi
  28. %         Type            Opus
  29. %
  30. %         LogFile         Kermit%K.Log
  31. %         ControlFile     Kermit%K.Ctl
  32. %         DownloadCmd     Kermit.Exe Kermit%K.Ctl -p%p -b%W -t%k -m%d -f%D -r%t
  33. %         UploadCmd       Kermit.Exe Kermit%K.Ctl -p%p -b%W -t%k -m%d -f%D -r%t
  34. %         DownloadString  Send %s
  35. %         UploadString    Get %s
  36. %         DownloadKeyword Sent
  37. %         UploadKeyword   Got
  38. %         FilenameWord    1
  39. %         DescriptWord    4
  40. % End Protocol
  41.  
  42.  
  43. % MPt protocol.  This is the protocol designed by MPt Systems.  To use,
  44. % simply uncomment this protocol and place MPT.EXE in your \MAX directory.
  45.  
  46. % Protocol MPt
  47. %         Type            Batch
  48. % ;       Type            Errorlevel
  49. % ;       Type            Bi
  50. % ;       Type            Opus
  51. %
  52. %         LogFile         Mpt.Log
  53. %         ControlFile     Mpt.Ctl
  54. %         DownloadCmd     mpt A+ B- D+ F+ N+ P%P S0 M- W- HF Lmpt.log s @mpt.ctl
  55. %         UploadCmd       mpt A+ B- D+ F+ N+ P%P S0 M- W- HF Lmpt.log r %v
  56. %         DownloadString  %s
  57. %         UploadString
  58. %         DownloadKeyword S
  59. %         UploadKeyword   R
  60. %         FilenameWord    10
  61. %         DescriptWord    0
  62. % End Protocol
  63.  
  64. % Puma protocol.  This is the protocol designed by MPt Systems.  To use,
  65. % simply uncomment this protocol and place MPT.EXE in your \MAX directory.
  66.  
  67.  Protocol Puma
  68.          Type            Batch
  69.  ;       Type            Errorlevel
  70.  ;       Type            Bi
  71.  ;       Type            Opus
  72.  
  73.          LogFile         Puma.Log
  74.          ControlFile     Puma.Ctl
  75.          DownloadCmd     puma A+ B- D+ F+ N+ P%P S0 M- W- HF puma.log s @puma.ctl
  76.          UploadCmd       puma A+ B- D+ F+ N+ P%P S0 M- W- HF puma.log r %v
  77.          DownloadString  %s
  78.          UploadString
  79.          DownloadKeyword S
  80.          UploadKeyword   R
  81.          FilenameWord    10
  82.          DescriptWord    0
  83.  End Protocol
  84.  
  85.  
  86. %
  87. % Zmodem-90 MobyTurbo protocol.  To use, uncomment this protocol and
  88. % place DSZ.EXE or DSZ.COM in your \MAX directory.
  89. %
  90. % NOTE!  You must create the following RDSZ.BAT in your Max directory
  91. % to ensure that DSZ handles transfers correctly:
  92. %
  93. %       echo off
  94. %       set dszlog=%1
  95. %       dsz port %2 speed %3 %4 %5 %6 %7 %8 %9
  96. %       set dszlog=
  97. %
  98. % Without this batch file, protocol logging will not be enabled.
  99. %
  100. % WARNING!  A registered copy of DSZ is required to properly handle
  101. % uploads.  Without a registered copy, uploads will be placed into
  102. % your \MAX directory!
  103. %
  104.  
  105. % Protocol DSZ/Moby
  106. %         Type            Batch
  107. % ;       Type            Errorlevel
  108. % ;       Type            Bi
  109. % ;       Type            Opus
  110. %
  111. %         LogFile         DSZ%K.Log
  112. %         ControlFile     DSZ%K.Ctl
  113. %         DownloadCmd     command.com /c rdsz DSZ%K.Log %P %W ha both sz -m -Z @%x:DSZ%K.Ctl
  114. %         UploadCmd       command.com /c rdsz DSZ%K.Log %P %W ha both rz %v
  115. %         DownloadString  %s
  116. %         UploadString
  117. %         DownloadKeyword z
  118. %         UploadKeyword   Z
  119. %         FilenameWord    10
  120. %         DescriptWord    0
  121. % End Protocol
  122.  
  123.  
  124. % The BiModem protocol from Erik Labs.  To use, simply uncomment this
  125. % protocol entry and place BIMODEM.COM and associated configuration
  126. % files in the \MAX directory.
  127.  
  128. % Protocol BiModem
  129. %         Type            Batch
  130. % ;       Type            Errorlevel
  131. %         Type            Bi
  132. % ;       Type            Opus
  133. %
  134. %         LogFile         Bimodem.Log
  135. %         ControlFile     Bimodem.Ctl
  136. %         DownloadCmd     bimodem /B %W /L %P /T %t /R %V /U @Bimodem.Ctl
  137. %         UploadCmd       bimodem /B %W /L %P /T %t /R %V
  138. %         DownloadString  %s
  139. %         UploadString
  140. %         DownloadKeyword " S "
  141. %         UploadKeyword   " R "
  142. %         FilenameWord    5
  143. %         DescriptWord    0
  144. % End Protocol
  145.  
  146.  
  147.